Autogenerated HTML docs for v1.7.12.1-401-gb5d15
diff --git a/git-whatchanged.html b/git-whatchanged.html index ffd817c..4e304a4 100644 --- a/git-whatchanged.html +++ b/git-whatchanged.html
@@ -753,6 +753,15 @@ options instead. </p> </dd> +<dt class="hdlist1"> +--show-signature +</dt> +<dd> +<p> + Check the validity of a signed commit object by passing the signature + to <tt>gpg --verify</tt> and show the output. +</p> +</dd> </dl></div> </div> <h2 id="_pretty_formats">PRETTY FORMATS</h2> @@ -1057,6 +1066,21 @@ </li> <li> <p> +<em>%GG</em>: raw verification message from GPG for a signed commit +</p> +</li> +<li> +<p> +<em>%G?</em>: show either "G" for Good or "B" for Bad for a signed commit +</p> +</li> +<li> +<p> +<em>%GS</em>: show the name of the signer for a signed commit +</p> +</li> +<li> +<p> <em>%gD</em>: reflog selector, e.g., <tt>refs/stash@{1}</tt> </p> </li>